home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TRTFFORM / TRTFFORM.txt
Text File  |  1997-07-16  |  1KB  |  74 lines

  1. object RTFForm: TRTFForm
  2.   Left = 92
  3.   Top = 80
  4.   BorderStyle = bsDialog
  5.   Caption = 'Credits'
  6.   ClientHeight = 310
  7.   ClientWidth = 472
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Info: TRichEdit
  19.     Left = 4
  20.     Top = 5
  21.     Width = 463
  22.     Height = 257
  23.     ReadOnly = True
  24.     ScrollBars = ssVertical
  25.     TabOrder = 0
  26.   end
  27.   object BtnNb: TNotebook
  28.     Left = 0
  29.     Top = 265
  30.     Width = 472
  31.     Height = 45
  32.     Align = alBottom
  33.     TabOrder = 1
  34.     object TPage
  35.       Left = 0
  36.       Top = 0
  37.       Caption = 'Default'
  38.       object bOK: TButton
  39.         Left = 200
  40.         Top = 8
  41.         Width = 75
  42.         Height = 25
  43.         Cancel = True
  44.         Caption = 'OK'
  45.         Default = True
  46.         ModalResult = 1
  47.         TabOrder = 0
  48.       end
  49.     end
  50.     object TPage
  51.       Left = 0
  52.       Top = 0
  53.       Caption = 'License'
  54.       object bAgree: TButton
  55.         Left = 144
  56.         Top = 8
  57.         Width = 81
  58.         Height = 25
  59.         ModalResult = 6
  60.         TabOrder = 0
  61.       end
  62.       object bDisagree: TButton
  63.         Left = 240
  64.         Top = 8
  65.         Width = 81
  66.         Height = 25
  67.         Cancel = True
  68.         ModalResult = 7
  69.         TabOrder = 1
  70.       end
  71.     end
  72.   end
  73. end
  74.